HelpPath{Create}CommandName{createWebBrowser}ReturnValue{int handle=}OpenBrace{(}Parameters{int x, int y, int width, int height, handle parent}CloseBrace{)}Description{Creates a web browser gadget which can be used to view web pages.  
<br><br>
<b>IMPORANT: </b>  In order to use the web browser gadget, you must copy the gui2_web.dll library which came with BlueGUI v2 into the same folder as your application.  If you do not do this web browser gadgets cannot be created.  If you are not using web browser gadgets in your application you do not need to do this.}ReturnDescription{Handle to the new gadget.}Param1{x}Param1Desc{X position of new gadget}Param2{y}Param2Desc{Y position of new gadget}Param3{width}Param3Desc{Width of new gadget in pixels}Param4{height}Param4Desc{Height of new gadget in pixels}Param5{}Param5Desc{}Param6{}Param6Desc{}Remarks{}Param7{parent}Param7Desc{Specifies the parent of the new gadget.  If 0, this is the main window.}ExampleSource{}SeeAlso{}Param8{createTopMost}Param8Desc{If 1, the window is created independant of all the other windows in your program, if 0 the window is created as a child of another gadget, as specified by the parent parameter.}Param9{parent}Param9Desc{Handle to the parent for the new gadget.  If 0, this is either the main DBPro window if createTopMost is 0, or the window has no parent (if createTopMost is 1)}